.inside-banner .info{
    font-size: 14px;
}
.pro-list{
    width: 400px;
    border: 1px solid #EDEDED;
}
.pro-tit{
    width: 100%;
    height: 50px;
    background: #EEEEEE;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
}
.pro-main{
    text-align: center;
}
.main-icon{
    margin-top: 21px;
    margin-bottom: 32px;
}
.main-txt{
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    width: 306px;
    margin: 0 auto;
}
.goods{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.good{
    padding-top: 50px;
    padding-bottom: 33px;
}
.w{
    width: 308px;
}
.pros{
    display: flex;
    justify-content: space-between;
}
.pros-list{
    width: 400px;
}
.pros-tit{
    width: 100%;
    height: 50px;
    background: #ED6827;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.pros-txt{
    background: white;
    width: 400px;
    height: 140px;
    padding-top: 28px;
    position: relative;
}
.pros-txt p{
    width: 347px;
    margin: 0 auto;
    margin-bottom: 73px;
}
.pro{
    background: #F7F7F7;
    padding-top: 59px;
    padding-bottom: 53px;
}
.bot{
    padding-bottom: 48px;
}
.tp{
    margin-top: 23px;
}
.scenes{
    display: flex;
    justify-content: space-between;
}
.scene{
    padding-top: 50px;
    padding-bottom: 63px;
}
.scene-list{
    width: 386px;
    height: 472px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    position: relative;
}
.scene-tit{
    width: 308px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
}
.s-img{
    margin-bottom:35px;
}
.scene-txt{
    width: 308px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.pros-txt:after {
    content: "";
    display: block;
    width:0;
    height: 4px;
    background: #666666;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: all .5s;
}
.pros-txt:hover:after{
    width: 100%;
}
.scene-list:after {
    content: "";
    display: block;
    width:0;
    height: 4px;
    background: #ed6827;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: all .5s;
}
.scene-list:hover:after{
    width: 100%;
}
@media screen and (max-width: 768px) {
    /*768 以下为移动端设置*/
    .goods{
        flex-direction: column;
    }
    .pro-list{
        width: 100%;
        margin-top: 10px;
    }
    .pros{
        flex-direction: column;
    }
    .pros-list{
        width: 100%;
        margin-top: 10px;
    }
    .pros-txt{
        width: 100%;
    }
    .pros-txt p{
        padding:0 20px;
    }
    .tp{
        margin-top: 0;
    }
    .scenes{
        flex-direction: column;
    }
    .scene-list{
        width: 100%;
        margin-top: 10px;
    }
}